Skip to content
This repository was archived by the owner on Dec 9, 2025. It is now read-only.

Comments

chore(deps-dev): bump hardhat from 2.0.11 to 2.1.2#146

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-2.1.2
Closed

chore(deps-dev): bump hardhat from 2.0.11 to 2.1.2#146
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/npm_and_yarn/hardhat-2.1.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps hardhat from 2.0.11 to 2.1.2.

Release notes

Sourced from hardhat's releases.

Hardhat v2.1.2

This release makes it easier to use a custom VM with hardhat. Most users shouldn't be affected by this change.

This release also fixes an issue with mainnet forking when using ArchiveNode.io as the remote node.

hardhat-etherscan v2.1.1

This release includes some improvements to the hardhat-etherscan plugin.

Ambiguous contracts

The plugin tries to automatically detect the contract that is being verified, but sometimes you can have two different contracts that generate the same bytecode. In previous versions this meant that you couldn't verify those contracts without modifying one of them. Now you can use the --contract parameter to specify which of the ambiguous contracts should be used.

Undetectable libraries

The plugin also tries to detect which libraries are linked to the contract that is being verified, but there are some edge cases where this is not possible (for example, if a library is only used in the constructor). Now you can use the --libraries parameter to pass these undetectable libraries. Learn more here.

Binance Smart Chain

We added support for BSC and its testnet. Huge thanks to @​purperen and @​guagualvcha who contributed to this.

Hardhat v2.1.1

This release fixes a bug introduced in 2.1.0 that was causing the gas estimation to be executed in the context of the latest block and not in the pending ("next") block.

hardhat-etherscan v2.1.0

This release includes a frequently requested feature for this plugin: to minimize the number of source files that are sent to Etherscan for verification.

Now hardhat-etherscan will do its best to only send the file of the contract and its dependencies. It is possible (but unlikely) that this produces a different bytecode than when the whole project is compiled; if that happens, the plugin will detect it and all the files in the project will be used.

Thanks to @​kartojal for doing the first steps towards this!

Hardhat v2.1.0

This release adds mempool support to Hardhat, with two possible mechanisms for mining transactions: automining (the current behavior) and interval mining. You can also disable both mechanisms and mine new blocks programmatically. Check the docs to learn more.

Besides that:

  • Starting now, Hardhat will warn you if you are using an unsupported version of solc. This doesn't mean that you can't use those versions, only that some Hardhat features, like stack traces, might not work correctly.
  • Ropsten forking now has cache support, if you fork from a block that is at least 100 blocks old.
  • A bug around the eth_getStorageAt was fixed (thanks @​fubhy!)
Commits
  • aadd6c0 Bump hardhat-core to 2.1.2
  • 43d7f0a Merge pull request #1327 from nomiclabs/sort-batched-responses-by-id
  • 47882f5 Merge pull request #1342 from nomiclabs/add-empty-prettierrc
  • fe13e03 Add empty .prettierrc
  • 949b8f0 Merge pull request #1333 from nomiclabs/add-issue-template
  • 96a644f Update issue template
  • 579d44a Merge pull request #1309 from liamzebedee/fix-mixHash-padding
  • 5a235f6 Merge pull request #1284 from nomiclabs/fix-hre-injection
  • a27d67d Add ISSUE_TEMPLATE
  • 51ca15a Sort batched responses by id
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Apr 1, 2021
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 1, 2021

Superseded by #164.

@dependabot dependabot bot closed this May 1, 2021
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hardhat-2.1.2 branch May 1, 2021 05:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants